Skip to content

Grid composite data binding: make editor inputs visually distinct#3926

Draft
Copilot wants to merge 24 commits intovnextfrom
copilot/fix-editor-template-inputs
Draft

Grid composite data binding: make editor inputs visually distinct#3926
Copilot wants to merge 24 commits intovnextfrom
copilot/fix-editor-template-inputs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

Editor template inputs in the grid composite data binding sample are indistinguishable from plain text spans when entering edit mode — no visible borders or input affordance.

  • Add type="border" to all 7 igx-input-group elements across both the Contact and Address column editor templates
<!-- Before -->
<igx-input-group width="100%">
    <input igxInput [(ngModel)]="cell.row.data.ContactName" />
</igx-input-group>

<!-- After -->
<igx-input-group type="border" width="100%">
    <input igxInput [(ngModel)]="cell.row.data.ContactName" />
</igx-input-group>

ChronosSF and others added 22 commits November 26, 2025 18:08
Updating Master with changes from Vnext
Updating prod with changes from staging
Updating latest fixes from staging to prod
…ail-chart-3823-master

fix(lob): import IgxCategoryChartModule instead of IgxCategoryChartCoreModule - master
Updating prod with fixes before 21.1
fix: slider styling and ticks-mirror samples
Updating production for 21.1
Update samples for grid lite with angular wrapper (#3916)
Updating prod for cell merging issue
…binding editor templates

The editor template inputs in the grid composite data binding sample were
not visually distinct from plain text spans. Adding type="border" to all
igx-input-group elements renders visible borders around the input fields,
making them clearly identifiable as editable inputs when in edit mode.

Agent-Logs-Url: https://github.com/IgniteUI/igniteui-angular-samples/sessions/9f31aaf8-cc71-41f4-82e8-973c7d8e2e72

Co-authored-by: kdinev <1472513+kdinev@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix grid composite data binding sample editor template inputs Grid composite data binding: make editor inputs visually distinct Apr 3, 2026
Copilot AI requested a review from kdinev April 3, 2026 06:18
@kdinev kdinev changed the base branch from master to vnext April 3, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grid - Composite data binding sample has editor template with no visible inputs

8 participants